| durability
|
Object |
|
Custom durability for this item. Note that 'display' and 'custom_display' are a bit buggy aka doesnt properly display percentage.
| Name |
Type |
Description |
| max_durability |
Integer |
The max amount of damage the item has. |
| display |
Enum / Object |
How to display the damage, leave blank to not show. Valid Strings: "actionbarText", "actionbarBar",
"actionbarPercent","title"
| Name |
Type |
Description |
| type |
Enum |
The type of display to use. Valid Strings: "bossbar", "custom", "customDurability", "actionbarBar"
|
| value |
RAW JSON |
type=custom This is the exact text to use for the actionbar.
type=customDurability This is the text to apply after the current and max amounts.
type=bossbar, name=custom This is the exact text to use for the bossbar.
type=bossbar, name=customDurability This is the text to apply after the current and max amounts.
|
| color |
Enum |
type=bossbar This the the color of the bossbar. Excepted values; default, blue, green, pink,
purple, red,
white, yellow |
| name |
Enum |
type=bossbar This the the name of the bossbar. Excepted values; none, default, customDurability,
durability, percent, custom |
| color_theme |
Enum / Object |
type=actionbarBar This the the color of the actionbarBar. It is recomended to use the preset
themes as using the 'progress', and 'background' can cause TPS to slow down. Preset themes; aqua,
blue, gray,
green, purple, red, yellow, white Custom Colored Themes; orange, brown, cyan, pink
| Name |
Type |
Description |
| progress |
Enum |
The color of the progress bar. Excepted values; aqua, blue, gray,
green, purple, red, yellow, white
|
| background |
Enum |
The color of the background. Excepted values; aqua, blue, gray,
green, purple, red, yellow, white
|
|
|
| custom_display |
Object |
Add custom display text for durability.
| Name |
Type |
Description |
| location |
Enum |
Where to display the text. Valid Strings: "actionbar"
|
| values |
RAW JSON Array |
An array of Raw JSON formatted text to show at that value in 10% increments. [0%, 10%, 20%, 30%, 40%,
50%, 60%, 70%, 80%, 90%, 100%]
|
|
|